IContentList<T> Interface
In This Topic
Defines methods to access the first and last items in a collection.
Object Model
Syntax
'Declaration
Public Interface IContentList(Of )
public interface IContentList<>
Type Parameters
- T
- The type of items in the collection.
See Also